QuickOPC User's Guide and Reference
UAEventFilterBuilder Constructor(UAContentFilterElement,UAAttributeField[])



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAEventFilterBuilder Class > UAEventFilterBuilder Constructor : UAEventFilterBuilder Constructor(UAContentFilterElement,UAAttributeField[])
The where clause.
The select clauses.
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal whereClause As UAContentFilterElement, _
   ByVal ParamArray selectClauseArray() As UAAttributeField _
)
'Usage
 
Dim whereClause As UAContentFilterElement
Dim selectClauseArray() As UAAttributeField
 
Dim instance As New UAEventFilterBuilder(whereClause, selectClauseArray)
public UAEventFilterBuilder( 
   UAContentFilterElement whereClause,
   params UAAttributeField[] selectClauseArray
)

Parameters

whereClause
The where clause.
selectClauseArray
The select clauses.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also